ARM: mxs: Added application UART driver
authorAndreas Wass <[email protected]>
Wed, 14 Aug 2013 21:45:03 +0000 (23:45 +0200)
committerStefano Babic <[email protected]>
Wed, 21 Aug 2013 17:20:28 +0000 (19:20 +0200)
commit661edaafd44c6a7001a95d3a93a7dc03acc18a39
tree0da277c05e38dd1a930c33e9e14eaba64323d823
parent8907c2c50408b39e93fb42b2d74ab908480320a0
ARM: mxs: Added application UART driver

The driver makes it possible to use an application UART as
the U-Boot output console for Freescale i.MX23/i.MX28 devices.

Signed-off-by: Andreas Wass <[email protected]>
Cc: Fabio Estevam <[email protected]>
Cc: Marek Vasut <[email protected]>
Acked-by: Marek Vasut <[email protected]>
arch/arm/include/asm/arch-mxs/regs-uartapp.h [new file with mode: 0644]
drivers/serial/Makefile
drivers/serial/mxs_auart.c [new file with mode: 0644]
drivers/serial/serial.c